From c8272ff4cb07f2a953af6e68062e9c180e2caeab Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 17 May 2010 10:56:36 +0100 Subject: [PATCH] xend: suppress errors during capabilities check Signed-off-by: Keir Fraser --- tools/hotplug/Linux/init.d/xend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 90c2beabf9..4016004790 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -31,7 +31,7 @@ then mount -t xenfs xenfs /proc/xen fi -if ! grep -q "control_d" /proc/xen/capabilities ; then +if ! grep -qs "control_d" /proc/xen/capabilities ; then exit 0 fi -- 2.30.2